ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChart<T> Class
Members

In This Topic
    FlexChart<T> Class
    In This Topic
    The FlexChart control provides a powerful and flexible way to visualize data.
    Object Model
    FlexChart<T> ClassDataLabel ClassTitleStyle ClassTitleStyle ClassChartLegend ClassExtraOptions ClassChartTooltip Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class FlexChart(Of T) 
       Inherits FlexChartCore(Of T)
       Implements IAnimatable, ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class FlexChart<T> : FlexChartCore<T>, IAnimatable, ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexChartCore<T>
                      C1.Web.Mvc.FlexChart<T>

    See Also